:root {
  --SAtext-color: #000000;
  --SAhover-color: rgb(228, 228, 228);
  --SAicon-color: 0;
}

.dark-mode {
  --SAtext-color: white;
  --SAhover-color: rgb(207, 207, 207);
  --SAicon-color: 1;
}

.Short-video-container {
  display: block;
  min-height: 600px;
  margin: 0px 0px 35px 0px;
}

.navbar-short-video {
  height: 40px;
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 20px 8px;
  align-items: center;
}

.Short-icon {
  width: 95px;
  display: flex;
  justify-content: space-between;
}
.navbar-short-video img {
  width: 25px;
}
.short-video-box {
  max-width: 320px;
  cursor: pointer;
}
.navbar-short-video span {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.navbar-short-video div {
  display: flex;
  align-items: center;
}
.button-mnue button {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 35px;
  width: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.Short-video-section {
  display: flex;
  column-gap: 15px;
}
.short-thumbnail img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 3px;
}
.short-video-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.short-video-title img {
  width: 24px;
  height: 24px;
  padding: 5px;
  border-radius: 50%;
  margin: 2px 0px 0px 0px;
  filter: invert(var(--SAicon-color));
}
.short-video-title img:hover {
  background: var(--SAhover-color);
}
.short-video-title span {
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.short-video-stats {
  font-size: 14px;
  margin: 0;
  color: gray;
}
